From: Glenn Morris Date: Wed, 22 Aug 2007 07:48:47 +0000 (+0000) Subject: (create-image): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17060 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3f77b81e9b2ff1f5fdf28819960283eabc2c814d;p=emacs.git (create-image): Doc fix. --- diff --git a/lisp/image.el b/lisp/image.el index d63c69cafed..e00a50ddc03 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -353,7 +353,12 @@ Optional PROPS are additional image attributes to assign to the image, like, e.g. `:mask MASK'. Value is the image created, or nil if images of type TYPE are not supported. -Images should not be larger than specified by `max-image-size'." +Images should not be larger than specified by `max-image-size'. + +Image file names that are not absolute are searched for in the +\"images\" sub-directory of `data-directory' and +`x-bitmap-file-path' (in that order)." + ;; It is x_find_image_file in image.c that sets the search path. (setq type (image-type file-or-data type data-p)) (when (image-type-available-p type) (append (list 'image :type type (if data-p :data :file) file-or-data)